git commit
HEAD
時点における、プロジェクトのスナップショットを作る
Gitコマンド
。コミットするファイルやフォルダは
git add
コマンドで追加されている必要がある。
code:bash
git commit -m "a descriptive commit message"